home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 2000 March / PC Direct 2000 March.iso / S / digita / Product / includes / style.css
Encoding:
Cascading Style Sheet File  |  1999-12-17  |  2.6 KB  |  127 lines

  1. body
  2. {
  3.     font-family: arial;
  4.     font-size: 9pt;
  5.     color: black;
  6. }
  7.  
  8. table
  9. {
  10.     font-family: arial;
  11.     font-size: 9pt
  12. }
  13.  
  14. p
  15. {
  16.     font-size: 9pt;
  17.     color: black;
  18. }
  19.  
  20. h1
  21. {
  22.     font-size: 15pt;
  23.     font-weight: normal;
  24.     margin: 0,0,5,0;
  25. }
  26.  
  27. h2
  28. {
  29.     font-size: 11pt;
  30.     font-weight: bold;
  31.     margin: 30,0,20,0;
  32. }
  33.  
  34. h3
  35. {
  36.     font-size: 10pt;
  37.     font-weight: bold;
  38. }
  39.  
  40. ol
  41. {
  42.     font-size: 9pt;
  43.     list-style: decimal outside;
  44. }
  45.  
  46. ul
  47. {
  48.     font-size: 9pt;
  49.     list-style-type: square;
  50. }
  51.  
  52. li
  53. {
  54.     font-size: 9pt;
  55. }
  56.  
  57. blockquote
  58. {
  59.     font-size: 9pt;
  60. }
  61.  
  62. .heading
  63. {
  64.     font-size: 14pt;
  65.     font-weight: normal;
  66. }
  67.  
  68. .tdnormal
  69. {
  70.     font-family: Arial;
  71.     font-size: 9pt
  72. }
  73.  
  74. .tdheading
  75. {
  76.     font-family: Arial;
  77.     font-size: 9pt;
  78.     font-weight: bold;
  79. }
  80.  
  81. .tdheadnews
  82. {
  83.     font-family: Arial;
  84.     font-size: 11pt;
  85.     font-weight: bold;
  86. }
  87.  
  88. .tdboxhead
  89. {
  90.     font-family: Arial;
  91.     font-size: 11pt;
  92.     color: #ffffff;
  93.     font-weight: bold;
  94. }
  95.  
  96. .tdbox
  97. {
  98.     font-family: Arial;
  99.     font-size: 9pt;
  100.     color: #ffffff;
  101.     font-weight: bold;
  102. }
  103.  
  104. A:link        { color: navy; text-decoration: none; }
  105. A:visited    { color: navy; text-decoration: none; }
  106. A:hover        { color: red; text-decoration: none; }
  107. A                { color: navy; text-decoration: none; }
  108.  
  109. A.bar:link    { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }
  110. A.bar:visited    { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }
  111. A.bar:hover    { color: #ffff66; text-decoration: none; font-weight: bold; font-size: 8pt }
  112. A.bar        { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }
  113.  
  114. A.menu:link        { color: navy; text-decoration: none; font-size: 8pt }
  115. A.menu:visited    { color: navy; text-decoration: none; font-size: 8pt }
  116. A.menu:hover    { color:  #b01616; text-decoration: none; font-size: 8pt }
  117. A.menu                { color: navy; text-decoration: none; font-size: 8pt }
  118.  
  119. A.menuon:link { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt }
  120. A.menuon:visited { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt }
  121. A.menuon:hover { color: #b01616; font-weight: bold; text-decoration: none; font-size: 8pt }
  122. A.menuon             { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt }
  123.  
  124. A.box:link { color: #ffffff; font-family: Arial; font-weight: bold; text-decoration: none; font-size: 9pt }
  125. A.box:visited { color: #ffffff; font-family: Arial; font-weight: bold; text-decoration: none; font-size: 9pt }
  126. A.box:hover { color: #ffff66; font-family: Arial; font-weight: bold; text-decoration: none; font-size: 9pt }
  127. A.box             { color: #ffffff; font-family: Arial; font-weight: bold; text-decoration: none; font-size: 9pt }